CUDA_MEMCPY3D_st

3D memory copy parameters

Members

Variables

Depth
size_t Depth;

< Depth of 3D memory copy

Height
size_t Height;

< Height of 3D memory copy

WidthInBytes
size_t WidthInBytes;

< Width of 3D memory copy in bytes

dstArray
CUarray dstArray;

< Destination array reference

dstDevice
CUdeviceptr dstDevice;

< Destination device pointer

dstHeight
size_t dstHeight;

< Destination height (ignored when dst is array; may be 0 if Depth==1)

dstHost
void* dstHost;

< Destination host pointer

dstLOD
size_t dstLOD;

< Destination LOD

dstMemoryType
CUmemorytype dstMemoryType;

< Destination memory type (host, device, array)

dstPitch
size_t dstPitch;

< Destination pitch (ignored when dst is array)

dstXInBytes
size_t dstXInBytes;

< Destination X in bytes

dstY
size_t dstY;

< Destination Y

dstZ
size_t dstZ;

< Destination Z

reserved0
void* reserved0;

< Must be NULL

reserved1
void* reserved1;

< Must be NULL

srcArray
CUarray srcArray;

< Source array reference

srcDevice
CUdeviceptr srcDevice;

< Source device pointer

srcHeight
size_t srcHeight;

< Source height (ignored when src is array; may be 0 if Depth==1)

srcHost
const(void)* srcHost;

< Source host pointer

srcLOD
size_t srcLOD;

< Source LOD

srcMemoryType
CUmemorytype srcMemoryType;

< Source memory type (host, device, array)

srcPitch
size_t srcPitch;

< Source pitch (ignored when src is array)

srcXInBytes
size_t srcXInBytes;

< Source X in bytes

srcY
size_t srcY;

< Source Y

srcZ
size_t srcZ;

< Source Z

Meta